home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / byepc300.zip / README < prev   
Text File  |  1987-01-03  |  3KB  |  75 lines

  1.  
  2.                    *** BYE-PC Version 3.00 ***
  3.  
  4.                             by
  5.                       Robert Starr,Jr.
  6.                    5760 Villas Lane Apt. D
  7.                    Montgomery, Alabama 36116
  8.                       (205) 244-7230
  9.  
  10.       Well here it is! This is the first release of BYE-PC to the
  11.  public domain. I hope that it will provide some utility to as many
  12.  people as possible to further my programming efforts. This program
  13.  was originally distributed as a demo package of compiled versions in
  14.  hopes of generating a small profit.
  15.  
  16.  Unfortunatly I only sold two copies in a years time after a one and
  17.  a half year development time. Please do not abuse the priveledge of
  18.  access to the source code.
  19.  The file COPYRGHT.DOC contains the copyright notice. If I find out
  20.  someone is taking advantage of the copyright agreement, I will take
  21.  action to prevent it. If you use this program on a regular basis and
  22.  it provides some utility, a user donation is recomended for support.
  23.  A donation of $30 dollars would greatly be appreciated.
  24.  
  25.  
  26.              ** Setting Up the AUTOEXEC.BAT  file **
  27.  
  28. * The AUTOEXEC.BAT file included on this disk is the proper way to
  29.   set up a system using BYE-PC. This will load the SHELL.EXE after
  30.   exiting to DOS to prevent unauthorized commands.
  31.  
  32. * Use DR (IBM Disk Repair or other disk editor) to modify the file
  33.   directory of this AUTOEXEC.BAT. You will need to change the attribute
  34.   from a 20h to a 27h for this file. This will prevent the AUTOEXEC.BAT
  35.   file from appearing in the directory when using the DIR command. The
  36.   DOS utility ATTRIB will not work here, since it only sets files to
  37.   read or write permission mode.
  38.  
  39. * Note the SHELL.EXE will not load unless you warm boot the system
  40.   and continue execution from the AUTOEXEC file. Use Alt-Ctrl-Del to
  41.   start call waiting, and to ensure the SHELL.EXE will load when
  42.   entering DOS.
  43.  
  44. * To compile BYExxx.ASM with the IBM Assembler, Linker, and EXE2BIN in
  45.   the current directory pathname, use the following command and provided
  46.   batch file to link with:
  47.  
  48.            C>masm bye204;
  49.            C>com bye204;
  50.            C>ren bye204.COM BYE.COM
  51.  
  52.            {for use with MASM 4.00 simply type}
  53.  
  54.            C>MAKE BYE
  55.  
  56.   BYE.COM is now ready for use and will load automatically after
  57.   booting provided the AUTOEXEC.BAT file is configured correctly
  58.  
  59. * Normally you will need to set up a XBBS system all within one
  60.   major subdirectory that SHELL.EXE prohibits access to. This prevents
  61.   users from entering the SYTEM and XBBS directories. A sample
  62.   disk directory structure should look as follows:
  63.  
  64.                       root          a:\system\xbbs
  65.                        |
  66.                  |-- system --|
  67.                  |            |
  68.                xbbs          dos
  69.  
  70.   All XBBS system files should be placed in the \SYSTEM\XBBS directory
  71.   to prevent unauthorized access. Any DOS utilities should be placed
  72.   in the \SYSTEM\DOS directory prevent user access, but allow certain
  73.   DOS utilities to reside here (ADIR, ARC, Etc...).
  74.  
  75.